NGridRule<TGrid> Class Members
In This Topic
The following tables list the members exposed by NGridRule<TGrid>.
Public Fields
Public Properties
| Name | Description |
| Column | Gets or sets the column which is associated with this rule. The association of a column with a grid rule is important when you need to later discover the rules that are somehow linked with a specific column. The column association is automatically performed for sorting and grouping rules that are created by columns (in result to user actions). Also if RowValue is not specified, by default the rule will get row values from the associated column. |
| ColumnRef | Gets or sets the column which is associated with this rule. |
| OwnerGrid | Gets the data view that owns this rule |
Top
See Also